[INFO] cloning repository https://github.com/sirogane1013/rust-wasm-game
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sirogane1013/rust-wasm-game" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsirogane1013%2Frust-wasm-game", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsirogane1013%2Frust-wasm-game'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 65fffc5e383704a681ca4e83fd5f21dab3f862e9
[INFO] fixing sirogane1013/rust-wasm-game against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsirogane1013%2Frust-wasm-game" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/sirogane1013/rust-wasm-game
[INFO] finished tweaking git repo https://github.com/sirogane1013/rust-wasm-game
[INFO] tweaked toml for git repo https://github.com/sirogane1013/rust-wasm-game written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sirogane1013/rust-wasm-game on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/sirogane1013/rust-wasm-game already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wasm-bindgen-test-macro v0.3.50
[INFO] [stderr]   Downloaded minicov v0.3.7
[INFO] [stderr]   Downloaded wasm-bindgen-test v0.3.50
[INFO] [stderr]   Downloaded cc v1.2.6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9999bc528b6c7e7a1b9997bb332b407b6eb143b13317f80f8a20aca44429de7b
[INFO] running `Command { std: "docker" "start" "9999bc528b6c7e7a1b9997bb332b407b6eb143b13317f80f8a20aca44429de7b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9999bc528b6c7e7a1b9997bb332b407b6eb143b13317f80f8a20aca44429de7b" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9999bc528b6c7e7a1b9997bb332b407b6eb143b13317f80f8a20aca44429de7b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9999bc528b6c7e7a1b9997bb332b407b6eb143b13317f80f8a20aca44429de7b" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.100
[INFO] [stderr]    Compiling bumpalo v3.16.0
[INFO] [stderr]    Compiling rustversion v1.0.21
[INFO] [stderr]    Compiling serde_json v1.0.134
[INFO] [stderr]    Compiling wasm-bindgen v0.2.100
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]    Compiling syn v2.0.93
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.100
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling wasm-bindgen-test-macro v0.3.50
[INFO] [stderr]    Compiling async-trait v0.1.84
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.100
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.100
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking serde v1.0.217
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking js-sys v0.3.77
[INFO] [stderr]     Checking console_error_panic_hook v0.1.7
[INFO] [stderr]     Checking wasm-bindgen-futures v0.4.50
[INFO] [stderr]     Checking serde-wasm-bindgen v0.6.5
[INFO] [stderr]     Checking web-sys v0.3.77
[INFO] [stderr]     Checking wasm-bindgen-test v0.3.50
[INFO] [stderr]     Checking rust-webpack-template v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function `web_test` is never used
[INFO] [stdout]   --> tests/app.rs:15:4
[INFO] [stdout]    |
[INFO] [stdout] 15 | fn web_test() {
[INFO] [stdout]    |    ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `game::RedHatBoy` is more private than the item `Obstacle::check_intersection`
[INFO] [stdout]    --> src/game.rs:509:5
[INFO] [stdout]     |
[INFO] [stdout] 509 |     fn check_intersection(&self, boy: &mut RedHatBoy);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `Obstacle::check_intersection` is reachable at visibility `pub(crate)`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `game::RedHatBoy` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> src/game.rs:386:1
[INFO] [stdout]     |
[INFO] [stdout] 386 | struct RedHatBoy {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `game::RedHatBoy` is more private than the item `<Platform as Obstacle>::check_intersection`
[INFO] [stdout]    --> src/game.rs:565:5
[INFO] [stdout]     |
[INFO] [stdout] 565 |     fn check_intersection(&self, boy: &mut RedHatBoy) {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `<Platform as Obstacle>::check_intersection` is reachable at visibility `pub(crate)`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `game::RedHatBoy` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> src/game.rs:386:1
[INFO] [stdout]     |
[INFO] [stdout] 386 | struct RedHatBoy {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `game::RedHatBoy` is more private than the item `<game::Barrier as Obstacle>::check_intersection`
[INFO] [stdout]    --> src/game.rs:632:5
[INFO] [stdout]     |
[INFO] [stdout] 632 |     fn check_intersection(&self, boy: &mut RedHatBoy) {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `<game::Barrier as Obstacle>::check_intersection` is reachable at visibility `pub(crate)`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `game::RedHatBoy` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> src/game.rs:386:1
[INFO] [stdout]     |
[INFO] [stdout] 386 | struct RedHatBoy {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_error_loading_json` is never used
[INFO] [stdout]    --> src/browser.rs:183:14
[INFO] [stdout]     |
[INFO] [stdout] 183 |     async fn test_error_loading_json() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_transition_from_game_over_to_new_game` is never used
[INFO] [stdout]     --> src/game.rs:1129:8
[INFO] [stdout]      |
[INFO] [stdout] 1129 |     fn test_transition_from_game_over_to_new_game() {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `RedHatBoy` is more private than the item `Obstacle::check_intersection`
[INFO] [stdout]    --> src/game.rs:509:5
[INFO] [stdout]     |
[INFO] [stdout] 509 |     fn check_intersection(&self, boy: &mut RedHatBoy);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `Obstacle::check_intersection` is reachable at visibility `pub(crate)`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `RedHatBoy` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> src/game.rs:386:1
[INFO] [stdout]     |
[INFO] [stdout] 386 | struct RedHatBoy {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `RedHatBoy` is more private than the item `<Platform as Obstacle>::check_intersection`
[INFO] [stdout]    --> src/game.rs:565:5
[INFO] [stdout]     |
[INFO] [stdout] 565 |     fn check_intersection(&self, boy: &mut RedHatBoy) {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `<Platform as Obstacle>::check_intersection` is reachable at visibility `pub(crate)`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `RedHatBoy` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> src/game.rs:386:1
[INFO] [stdout]     |
[INFO] [stdout] 386 | struct RedHatBoy {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `RedHatBoy` is more private than the item `<game::Barrier as Obstacle>::check_intersection`
[INFO] [stdout]    --> src/game.rs:632:5
[INFO] [stdout]     |
[INFO] [stdout] 632 |     fn check_intersection(&self, boy: &mut RedHatBoy) {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `<game::Barrier as Obstacle>::check_intersection` is reachable at visibility `pub(crate)`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `RedHatBoy` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> src/game.rs:386:1
[INFO] [stdout]     |
[INFO] [stdout] 386 | struct RedHatBoy {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/engine.rs:484:35
[INFO] [stdout]     |
[INFO] [stdout] 484 |         &format!("Frame Rate {}", FRAME_RATE),
[INFO] [stdout]     |                                   ^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/engine.rs:484:35
[INFO] [stdout]     |
[INFO] [stdout] 484 |         &format!("Frame Rate {}", FRAME_RATE),
[INFO] [stdout]     |                                   ^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.65s
[INFO] [stderr] crater-edition-check: all finished
[INFO] running `Command { std: "docker" "inspect" "9999bc528b6c7e7a1b9997bb332b407b6eb143b13317f80f8a20aca44429de7b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9999bc528b6c7e7a1b9997bb332b407b6eb143b13317f80f8a20aca44429de7b", kill_on_drop: false }`
[INFO] [stdout] 9999bc528b6c7e7a1b9997bb332b407b6eb143b13317f80f8a20aca44429de7b
